home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000270_news@columbia.edu_Thu Nov 24 10:12:13 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12512
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 24 Nov 1994 17:02:51 -0500
  3. Received: by apakabar.cc.columbia.edu id AA06983
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 24 Nov 1994 17:02:49 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.moneng.mei.com!hookup!caen!kuhub.cc.ukans.edu!tdsmith
  6. From: tdsmith@kuhub.cc.ukans.edu
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Slow _binary_ download/fast text download?
  9. Message-Id: <1994Nov24.151213.78500@kuhub.cc.ukans.edu>
  10. Date: 24 Nov 94 15:12:13 CDT
  11. References: <1994Nov23.225128@clstac> <3b2f39$5pq@apakabar.cc.columbia.edu>
  12. Organization: University of Kansas Academic Computing Services
  13. Lines: 33
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3b2f39$5pq@apakabar.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  17. > In article <1994Nov23.225128@clstac>,
  18. > Kevin Anthony Stanchfield <kastanchfiel@csupomona.edu> wrote:
  19. >>First of all, I would like to thank you all for your help in gitting
  20. >>my machine to download binary al well as text files... The "SET PARITY
  21. >>SPACE" worked!!  No I got a new prob., the transfers are soooo slow!
  22. >>And, they never finish, the always fail.  I'm using a 14.4 to call up a 
  23. >>9600 baud telnet site to connect to my university.  Hardware flow control,
  24. >>7s1, set parity space, windows 4, port speed is 57.6K, I'm using MS-Kermit
  25. >>3.14,...  What else it there?
  26. >>
  27. > Long packets.  Tell the file receiver to "set receive packet-length 1000"
  28. > or thereabouts.
  29. > Control-character unprefixing.  Read about this in the KERMIT.UPD file.
  30. > The real question remains: why are your transfers failing?  Let's figure
  31. > this one out, and then we can make them as fast as possible.
  32. > Tell MS-DOS Kermit to "log packet", then try to transfer a file.  Then
  33. > tell MS-DOS Kermit to "close packet", and send the resulting PACKET.LOG
  34. > file by e-mail to kermit@columbia.edu for analysis.
  35. > - Frank
  36.  
  37. Just to add a data point: with a high load on the computer that I'm 
  38. posting from (a DEC 7000), transfers will hang sometimes.  MS-Kermit 
  39. will then go into its retry cycle.  I've had it time out, even with 
  40. retries set to 63.  Fortunately, it's a rare occurrence.
  41.  
  42. Good luck.
  43.  
  44. Troy Smith